Skip to content

feat: add meeting notes reference capability#573

Merged
enricopiovesan merged 2 commits into
mainfrom
codex/issue-532-meeting-notes
Jul 10, 2026
Merged

feat: add meeting notes reference capability#573
enricopiovesan merged 2 commits into
mainfrom
codex/issue-532-meeting-notes

Conversation

@enricopiovesan

@enricopiovesan enricopiovesan commented Jul 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

Add the governed meeting-notes.process reference capability, agent fixture, app manifest, workflow, runtime request, and deterministic local execution path.

Closes #532.

Governing Spec

  • 006-runtime-request-execution
  • 007-workflow-registry-traversal
  • 008-expedition-example-domain
  • 017-ai-agent-packaging
  • 033-http-json-api
  • 044-application-bundle-manifest
  • 046-public-cli-app-registration
  • 054-public-scope-registry-ref
  • 056-capability-publish
  • 057-embeddable-runtime-host
  • 058-workflow-pipeline-execution
  • 031-supply-chain-hardening

Project Item

Definition of Done

  • The capability contract, application and component manifests, fixture agent, workflow, and runtime request are governed and discoverable.
  • The deterministic executor returns the documented meeting-notes output through the stable CLI and HTTP execution paths.
  • Focused tests and the meeting-notes smoke flow pass.

Validation

  • cargo fmt --check
  • cargo clippy -p traverse-cli --all-targets -- -D warnings
  • cargo test -p traverse-cli meeting_notes_process -- --nocapture
  • cargo test -p traverse-cli -- --nocapture
  • bash scripts/ci/meeting_notes_example_smoke.sh

@enricopiovesan enricopiovesan force-pushed the codex/issue-532-meeting-notes branch from 9ceaaad to c976f19 Compare July 10, 2026 04:49
@enricopiovesan enricopiovesan enabled auto-merge (squash) July 10, 2026 04:49
@enricopiovesan enricopiovesan force-pushed the codex/issue-532-meeting-notes branch from 15879f1 to b040910 Compare July 10, 2026 05:03
@enricopiovesan enricopiovesan force-pushed the codex/issue-532-meeting-notes branch from b040910 to 41dca67 Compare July 10, 2026 05:14
@enricopiovesan enricopiovesan merged commit 20710ba into main Jul 10, 2026
26 checks passed
@enricopiovesan enricopiovesan deleted the codex/issue-532-meeting-notes branch July 10, 2026 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add meeting-notes.process capability contract, WASM agent, and app manifest

1 participant